home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Educ / Higher Ed / G-M / MacPhaseExtras.sit / MacPhase Extras / MacPhase Macro Help.rsrc / TEXT_284_maskroi.txt < prev    next >
Encoding:
Text File  |  1994-07-30  |  461 b   |  6 lines

  1. function MaskROI(dataName, maskType : Str255; maskGrade : integer; maskFunction : Str255) : boolean;
  2.  
  3. Mask the dataName by the specified mask.  The parameters are maskType is one of (INTERIOR or EXTERIOR), maskGrade is the amount of feather in pixels, and maskFunction is one of (LINEAR or COSINE).  If maskGrade is negitive then the feather is put inside the selected ROI otherwise the feather is placed outside the selected ROI.
  4.  
  5. Also see:  Filter  FillROI  
  6.